Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

Bumps setuptools from 75.3.2 to 78.1.1.

Changelog

Sourced from setuptools's changelog.

v78.1.1

Bugfixes

  • More fully sanitized the filename in PackageIndex._download. (#4946)

v78.1.0

Features

  • Restore access to _get_vc_env with a warning. (#4874)

v78.0.2

Bugfixes

  • Postponed removals of deprecated dash-separated and uppercase fields in setup.cfg. All packages with deprecated configurations are advised to move before 2026. (#4911)

v78.0.1

Misc

v78.0.0

Bugfixes

  • Reverted distutils changes that broke the monkey patching of command classes. (#4902)

Deprecations and Removals

  • Setuptools no longer accepts options containing uppercase or dash characters in setup.cfg.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Oct 2, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-78.1.1 branch 2 times, most recently from fb02b00 to 9dbd734 Compare October 3, 2025 17:05
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.2 to 78.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.2...v78.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 78.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/setuptools-78.1.1 branch from 9dbd734 to fc93bab Compare October 13, 2025 08:52
okorach and others added 3 commits October 20, 2025 12:30
* Add run_all everywhere

* Quality pass
* Fix bug

* Convert exceptions at the root

* Adjust to exceptions in platform

* Make gitlab groups a list setting

* Remove au lowercasing for API errors

* Adjust to exceptions in platform

* Allow new param as multi-valued

* Adjust to QG not found message

* Separate exception for HTTP and Connection Error

* Simplify import_zip excepton handling

* Disallowed to remove admin permission to the admin user

* Adjust exception handling

* Add illegal issue transition

* Add illegal issue transition

* Fix

* Raise IllegalIssueTransition

* Remove Illegal Issue Transition Exception

* Remove illegal issue err code

* Remove nolint option from the run_scanner call

* Formatting

* Fix key callection for object not found

* Handle ObjectNotFound for import_zip

* Remove exception handling in delete()

* Fixes on WebHook corner cases

* Add auto gen of unsupported operation for bad parameter value

* Remove ConnectionError, it's a type of RequestException

* Remove useless CLI parameters process

* Raise UnsupportedOperationw hen passing a wrong severity

* Verify exception when passing incorrect parameters

* Verify exception when import non existing project key

* Verify exception when webhook with too small secret string

* Handle update when reference portfolio already exists

* Remove exception handling (handled in Platform)

* Add exception handling for incorretc API param value

* Quality pass

* Add type hints

* Quality pass

* Quality pass

* Fix key retrieval in case of exception

* Add message to detect not found

* Refactoring

* Adjust to 9.9

* Adjust to 9.9

* Use poetry to install dependencies

* Fix run_linters

* Find ruff from python

* Remove python to ruff ruff

* Install deps before running linters

* Remove install before runninng linters

* Try to run linters in same env
* 2nd pass of exceptions refactoring

* Remove useless parens for walrus ops

* Formatting

* Remove unused imports and vars due to centralized exception handling

* Refactor

* New tests for branches

* Remove unused imports

* Clear cache when object not found

* More robust clear when object not found

* Better tests

* Use platform exception handling

* More centralized exception handling

* Quality pass

* Add docstring

* Quality pass

* Add more tests

* Add more tests

* Move Levenshtein distance calc in utilities

* Fix docstrings

* add test_exists()

* Formatting

* Small refactoring

* Fix get_findings()

* Add get_findings()

* Adjust test_exists() for CB

* Adjust test_rename() for variable main branch name

* Adjust test_request_error() for connection error

* Detect unsupported operation from unknown URL

* Adjust to variable main branch name

* Adjust to 9.9 that can't set main branch

* Remove non class get_object()

* Remove non class rule get_object()

* Remove noisy log

* Add cache class

* Add cache class

* Temporarily remove portfolio export test

* Clear caches after corrupting branches or projects

* Quality pass

* Change max issues in sonar-tools

* Add more tests

* Fix bug

* Fix test

* Fix tests sync

* Add branches to test project

* Formatting

---------

Co-authored-by: Olivier Korach <[email protected]>
@sonarqubecloud
Copy link

@okorach okorach merged commit fbc1f97 into master Oct 20, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/pip/setuptools-78.1.1 branch October 20, 2025 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants